From 296b9322bc9fe218bc6c7e92e63ab26dc6b8b360 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Sun, 10 Sep 2006 15:34:14 -0600 Subject: [PATCH] [IA64][XEND] Fix getRequiredShadowMemory parameters Parameter count changed in xen-unstable.hg 11417:65a41e3206ac Signed-off-by: Alex Williamson --- tools/python/xen/xend/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/image.py b/tools/python/xen/xend/image.py index 50fc073c48..941e01749f 100644 --- a/tools/python/xen/xend/image.py +++ b/tools/python/xen/xend/image.py @@ -439,7 +439,7 @@ class IA64_HVM_ImageHandler(HVMImageHandler): extra_pages = 1024 + 2 return mem_kb + extra_pages * page_kb - def getRequiredShadowMemory(self, mem_kb): + def getRequiredShadowMemory(self, shadow_mem_kb, maxmem_kb): # Explicit shadow memory is not a concept return 0 -- 2.30.2